#include #define SIZE 10 using namespace std; template void Print(T& vec, int n, string s){ cout << s << ": [" << flush; for (int i=0; i